type testing.testState

7 uses

	testing (current package)
		fuzz.go#L72: 	tstate *testState
		testing.go#L956: 	tstate       *testState // For running tests and subtests.
		testing.go#L1882: type testState struct {
		testing.go#L1908: func newTestState(maxParallel int, m *matcher) *testState {
		testing.go#L1909: 	return &testState{
		testing.go#L1917: func (s *testState) waitParallel() {
		testing.go#L1929: func (s *testState) release() {